-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[201911] Add lgtm.yml #1901
[201911] Add lgtm.yml #1901
Conversation
@xumia do you have additional suggestion how to overcome the lgtm issues in 201911? |
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
ab2fc0a
to
c319d56
Compare
To enable LGTM on 201911 branch, we need to cherry-pick the following PRs to 201911 |
@abdosi Could you help cherry-pick above 2 PRs to 201911? |
@stepanblyschak Above cherr-pick are done. Can you check why it is still failing ? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hi @abdosi
The commit |
check now. I have update submodule. |
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Stephen Sun <stephens@nvidia.com>
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Compiling
Looks like some flags are not correct.
|
@prsunny can you help to check why this error occurred during LGTM compiling? The error didn't occur if I build it in slave docker. |
Signed-off-by: stephens <stephens@contoso.com>
We can still see the LGTM failure in the PR, it will be resolved after the PR merged, because of LGTM failure on branch 201911. Commit fa2c96e is the latest commit. |
To fix LGTM in this PR is for dry run only. It should be done by cherry-picking PR#1250 With portsorch.cpp fixed, dry run passed. This reverts commit fa2c96e.
1) Copy generic_updater_config.conf.json as part of install 2) Read conf file from install dir 3) Drop empty keys & tables upon jsonpatch.JsonPatch.apply to be in sync with redis update 4) Prefix service_validator module path with "generic_updater"
What I did
Add LGTM.yml for 201911
Signed-off-by: Stephen Sun stephens@nvidia.com
Why I did it
How I verified it
Details if related